home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pgm_tool / lu62 / novell / inc / drvicr.inc < prev    next >
Text File  |  1992-11-28  |  259b  |  10 lines

  1. ;*
  2. ;*  Input_Control_Record structure for IPX interface
  3. ;*  driver.
  4. ;*
  5. DRVICR   STRUC
  6. RcvSbr   DD    ?   ; address of "receive exit" subroutine
  7. RcvSock  DW    ?   ; socket number for receive
  8. LuName   DB    8 dup(?)   ; Name of local LU
  9. DRVICR   ENDS
  10.